@media only screen and (max-width:700px) {

    .title1 {
        font-size: 15pt;
    }

    .link-navbar {
        font-size: 7pt;
    }

    .aboutme-container {
        width: 300px;
    }

    .projekte-container {
        width: 300px;
    }
    
}